Release 10.1A: OpenEdge Development:
Messaging and ESB


Publishing to a topic

An application uses the publish procedure to publish messages to a topic, as shown in the following example:

Publishing message to a topic 
DEFINE VARIABLE messageH AS HANDLE. 
/* Code to create message */ 
RUN publish IN pubsubsession ("newTopic", msgH, ?, ?, ?). 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095